home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1029 < prev    next >
Text File  |  1994-08-27  |  2KB  |  42 lines

  1. Subject: Re: Shortcut file 
  2. Date: Tue, 26 Jul 94 13:22:28 +0100
  3. From: sjg
  4. X-Mts: smtp
  5. Precedence: bulk
  6.  
  7. > >Will it (they) be in a standard directory, or pointed to by an
  8. > >environment variable? Suggestion: locate the file(s) using shel_find()
  9. > >if possible, then an environment variable if possible, then a specific
  10. > >directory if possible.
  11. > The file should go on the root directory of the boot drive. All this has
  12. > been discussed but not finalised yet.
  13.  
  14. I'd like to see something similar to the system folder on the Mac. Yes we can 
  15. make it fall back to the root directory for those who don't know or care about
  16. neatness, but to be frank I'm growing weary of a cluttered C:\ directory.
  17.  
  18. Things like assign.sys, the gemsys folder, the shortcut.sys/appdef.sys/whatever
  19. the accessories, etc. etc. could all have either their own subdirs or (if it's
  20. just one file) they could be inside C:\system
  21.  
  22. Of course, allowing accessories, newdesk.inf etc in there needs to be done by
  23. Atari, and it shouldn't be compulsory, but a simple check
  24.  
  25.     if (exist("C:\system\appdef.sys") || exist("C:\appdef.sys"))
  26.         createDefaults();
  27.     else 
  28.         createDefaultDefaults();
  29.  
  30. wouldn't be *too* much hassle, woud it ?
  31.  
  32.  
  33. ATB,
  34.     Simon
  35. _______________________________________________________________________
  36. \ Simon Gornall - Kings College London. Email: sjg@phlem.ph.kcl.ac.uk /
  37. /    - finger sjg@137.73.4.24 for info on the MiNT distrib kit -      \
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39.  
  40.